home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2007 June
/
SAN CD 6-2007 CD-ROM 25.iso
/
pc
/
Software
/
AstroGrav_Win
/
Java
/
jre1.6.0
/
lib
/
rt.jar
/
sun
/
io
/
ByteToCharCp1251.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2006-11-29
|
463 b
|
16 lines
package sun.io;
import sun.nio.cs.MS1251;
public class ByteToCharCp1251 extends ByteToCharSingleByte {
private static final MS1251 nioCoder = new MS1251();
public String getCharacterEncoding() {
return "Cp1251";
}
public ByteToCharCp1251() {
super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
}
}